home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / al.dir / 00019_!ListB.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  304 b   |  14 lines

  1. on mouseDown
  2.   global stateName
  3.   set stateName to line the mouseLine of field the mouseCast
  4.   set StatePICT to the picture of cast stateName
  5.   set the picture of cast "displayState" to StatePICT
  6.   set the visible of sprite 18 to 1
  7.   puppetSound("blip")
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   jumpstate()
  13. end
  14.